翻訳と辞書
Words near each other
・ Combined Services cricket team
・ Combined Services Detailed Interrogation Centre
・ Combined Services Entertainment
・ Combined Services Polo Club
・ Combinatorial game theory
・ Combinatorial group theory
・ Combinatorial hierarchy
・ Combinatorial map
・ Combinatorial meta-analysis
・ Combinatorial method
・ Combinatorial method (linguistics)
・ Combinatorial number system
・ Combinatorial optimization
・ Combinatorial principles
・ Combinatorial proof
Combinatorial search
・ Combinatorial species
・ Combinatorial topology
・ Combinatoriality
・ Combinatorica
・ Combinatorics
・ Combinatorics and dynamical systems
・ Combinatorics and physics
・ Combinatorics on words
・ Combinatorics, Probability and Computing
・ Combinatory categorial grammar
・ Combinatory logic
・ COMBINE
・ Combine
・ Combine (enterprise)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Combinatorial search : ウィキペディア英語版
Combinatorial search

In computer science and artificial intelligence, combinatorial search studies search algorithms for solving instances of problems that are believed to be hard in general, by efficiently exploring the usually large solution space of these instances. Combinatorial search algorithms achieve this efficiency by reducing the effective size of the search space or employing heuristics. Some algorithms are guaranteed to find the optimal solution, while others may only return the best solution found in the part of the state space that was explored.
Classic combinatorial search problems include solving the eight queens puzzle or evaluating moves in games with a large game tree, such as reversi or chess.
A study of computational complexity theory helps to motivate combinatorial search. Combinatorial search algorithms are typically concerned with problems that are NP-hard. Such problems are not believed to be efficiently solvable in general. However, the various approximations of complexity theory suggest that some instances (e.g. "small" instances) of these problems could be efficiently solved. This is indeed the case, and such instances often have important practical ramifications.
== Examples ==
Common algorithms for solving combinatorial search problems include:
* A
* search algorithm

* Alpha-beta pruning
* Branch-and-bound
* Minimax

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Combinatorial search」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.